New Construction
- Open the downloaded eclipse.exe software.
- Click [File] -> [New] -> [Project]-> [C/C++] -> [C Project]
- Output project name Project name [hello word]
- In the Project type option, select [los Project]
- Click Flash or continue configuration
Compiling the code
- Right click on the project -> [Build Project]
- The compilation results are as follows: Dubeg directory generation [hello word.los] file
Code size: xxx Txt size: xxx Globel ram size: xxx Init globel ram size: xxx File size: xxx
Running los
- Click the icon button to run the los file. (In this project)
note
- The CDT plugin must be installed before operating the steps in this chapter.